/** leftmenu_filters.css */

.action-window {
    display: block;
    position: fixed;
    left: -200%;
    top: 64px;
    background-color: white;
    width: 728px;
    height: 100%;
    z-index: 250;
    border: 1px solid #E3E3E3;
    max-height: calc(100% - 65px);
    overflow-y: auto;
}
.close-window-btn {
    background-image: url(../../images/icon/close-btn.svg);
    position: absolute;
    width: 20px;
    height: 20px;
    margin: 10px;
    z-index: 10;
    right: 0;
}
.close-window-btn:hover {
    background-image: url(../../images/icon/close-btn-active.svg);
}
.action-window .name-control{
    display: block;
    font-size: 16px;
    padding: 15px 20px 10px;
    position: relative;
    width: 100%;
}
.action-window #filter-name {
    background-color: white;
    border: 0 none;
    width: 97%;
    border-bottom: 1px solid #ccc;
}
